home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
misc
/
sci
/
MathPlot.lha
/
MathPlot
/
Macros
/
test6.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1993-08-08
|
298 b
|
18 lines
/* Test of screentoback/front */
address "MPlot_ARexx"
options results
if(~show('L','rexxsupport.library')) then do
if(~addlib('rexxsupport.library',0,-30,0) ) then do
say "ARexx-support-library not found"
exit 10
end
end
screentofront
a=delay(150)
screentoback
a=delay(150)
screentofront